Перевод: со всех языков на все языки

со всех языков на все языки

subroutine call

См. также в других словарях:

  • Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… …   Wikipedia

  • Call — may refer to: NOTOC Technology* Call (telecommunications) * Telephone call * Computer assisted language learning, a concept in language education * System call, the mechanism used by an application program to request service from the operating… …   Wikipedia

  • Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… …   Wikipedia

  • call — I. verb Etymology: Middle English, from Old Norse kalla; akin to Old English hildecalla battle herald, Old High German kallōn to talk loudly, Old Church Slavic glasŭ voice Date: before 12th century intransitive verb 1. a. to speak in a loud… …   New Collegiate Dictionary

  • Subroutine — Ein Unterprogramm oder eine Subroutine ist ein Teil eines Programmes, der aus gegebenenfalls mehreren anderen Programmteilen heraus gerufen werden kann und nach Abschluss der Abarbeitung jeweils in das aufrufende Programm wieder zurückkehrt. Je… …   Deutsch Wikipedia

  • call — /kawl/, v.t. 1. to cry out in a loud voice; shout: He called her name to see if she was home. 2. to command or request to come; summon: to call a dog; to call a cab; to call a witness. 3. to ask or invite to come: Will you call the family to… …   Universalium

  • Call graph — A call graph (also known as a call multigraph) is a directed graph that represents calling relationships between subroutines in a computer program. Specifically, each node represents a procedure and each edge (f,g) indicates that procedure f… …   Wikipedia

  • call — verb 1》 cry out to (someone) in order to summon them or attract their attention.     ↘telephone.     ↘bring (a witness) into court to give evidence.     ↘Bridge make (a particular bid) during the auction. 2》 (of an animal, especially a bird) make …   English new terms dictionary

  • Call (telecommunications) — In computer science and telecommunications a call is: * Any attempt to set up a telecommunication circuit * A unit of traffic measurement * The actions performed by a call originator * The action of bringing a computer program, subroutine, or… …   Wikipedia

  • Call back Funktion — Eine Rückruffunktion (englisch callback function) bezeichnet in der Informatik eine Funktion, die einer anderen Funktion als Parameter übergeben wird, und von dieser unter gewissen Bedingungen aufgerufen wird. Dieses Vorgehen folgt dem… …   Deutsch Wikipedia

  • Tail call — A tail call is a subroutine call just before the end of a subroutine.In assembly language, this construct can be optimized away. For example, in 6502 assembly, if a subroutine looks like: sub: ... jsr othersub rtsthe last two lines can be… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»